@charset "UTF-8";

body.show a,
body.show .transition,
body.show .g-head .nav,
.g-head body.show .nav,
body.show .index-flash .side ul li .time,
.index-flash .side ul li body.show .time,
body.show .index-flash .side ul li .name,
.index-flash .side ul li body.show .name,
body.show :before,
body.show :after,
body.show img {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.tc {
  display: none;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flex,
.p-layer,
.g-head .btns,
.g-head .btns .search,
.g-head .btns dl.share,
.index-flash .list li .layer .tag,
.index-recommend .title,
.index-recommend .arrow,
.index-recommend .list dl,
.index-news .list2 .tab-btn ul,
.index-news .list2 .tab-box li,
.index-imgs .box div.name .tag,
.index-links .list .title {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}

/* .flexColumn,
.index-flash .side ul li,
.index-news .list li .time {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.itemsCenter,
.p-layer,
.index-recommend .title,
.index-news .list li .time,
.index-news .list2 .tab-box li,
.index-links .list .title {
  align-items: center;
  -webkit-align-items: center;
} */

/* .justifyCenter,
.p-layer,
.index-flash .side ul li,
.index-news .list li .time {
  justify-content: center;
  -webkit-justify-content: center;
}

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.flexBetween,
.index-news .wal,
.index-news .list2 .tab-box li,
.index-links .wal,
.index-links .list .title {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flexWrap,
.index-flash .side ul,
.index-news .wal,
.index-imgs ul,
.index-links .wal {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
} */

.bsBox {
  box-sizing: content-box;
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* html {
  font-size: 100px; }

body {
  font-size: .14rem;
  font-family: "SourceSansPro-Regular", "微软雅黑";
  color: #000;
  -webkit-text-size-adjust: none; } */
body.hidden {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
}

a:active {
  star: expression(this.onFocus=this.blur());
}

a:link {
  text-decoration: none;
  outline: none;
}

a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #791CB5;
  outline: none;
}

li {
  list-style: outside none;
}

textarea,
input {
  background: transparent;
  font-size: 12px;
  font-family: "SourceSansPro-Regular", "微软雅黑";
  color: #888;
  outline: none;
  border: 0;
}

em {
  font-style: normal;
}

img {
  vertical-align: middle;
  width: 100%;
  border: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit;
}

.rowwrap{
  position: relative;
}

/* @font-face {
  font-family: "icon";
  src: url("fonts/icon.woff2") format("woff2"), url("fonts/icon.woff") format("woff"), url("fonts/icon.ttf") format("truetype"), url("fonts/icon.eot") format("embedded-opentype"), url("fonts/icon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Roboto-Light";
  src: url("fonts/Roboto-Light (1).woff2") format("woff2"), url("fonts/Roboto-Light (1).woff") format("woff"), url("fonts/Roboto-Light (1).ttf") format("truetype"), url("fonts/Roboto-Light (1).eot") format("embedded-opentype"), url("fonts/Roboto-Light (1).svg") format("svg");
  font-weight: normal;
  font-style: normal; } */
/*-------------------------*/
/*index*/
.index-flash {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.index-flash .bg {
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  height: 7.24rem;
}

.index-flash .bg:before {
  content: "";
  display: block;
  position: absolute;
  left: -7.45rem;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../image/img1705.jpg") center no-repeat;
  background-size: 100% 100%;
}

.index-flash .wal2 {
  position: relative;
  z-index: 2;
}

.index-flash .list {
  width: 68%;
  overflow: hidden;
  position: relative;
}

.index-flash .list li {
  position: relative;
}

.index-flash .list li .img a {
  position: relative;
  display: block;
}
.index-flash .list li .img{
  width: 100%;
}
/* .index-flash .list li .img a:before {  图片阴影效果
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: url("../image/bg20_2.png") center bottom repeat-x;
  background-size: auto 4.28rem;
} */

.index-flash .list li .layer {
  width: 100%;
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: auto;
  bottom: 26px;
  padding: 10px 5%;
  color: #fff;
}


.index-flash .list li .layer h3 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 3.2rem;
  padding: 2% 0;
  display: block;
  color: #fff;
}

.index-flash .list li .layer p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #fff;
  display: block;
}
.rowwrap .sideTit {
   position: absolute;
   z-index: 1;
   left: auto;
   right: 0;
   top: 0;
   bottom: 0;
   background: #fff;
   width: 31%;
}
.index-flash .side ul {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: 48px;
  bottom: 0;
  background: #fff;
  width: 31%;
}
/* .index-flash .side ul li:first-child{
  border-top: 1px solid #dedede;
} */
.index-flash .side ul li {
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.index-flash .side ul li:first-child a{
  border-top: 1px solid #dedede;
}
.index-flash .side ul li a{
  display: block;
padding: 3.1% 2%;
border-bottom: 1px solid #dedede;
}
/* 
.index-flash .side ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 30px;
  height: 1px;
  background: #EBEBEB;
} */

.index-flash .side ul li:last-child:before {
  display: none;
}

.index-flash .side ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -.06rem;
  right: -.06rem;
  bottom: -.06rem;
  background: #589b6e;
  opacity: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.index-flash .side ul li .time {
  font-size: 16px;
  font-size: 1.6rem;
  color: #A0A0A0;
  width: 50px;

}

.index-flash .side ul li .name {
  margin-left: 75px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 3.0rem;
  height: 5.8rem;
  color: #333831;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.index-flash .side ul li .time,
.index-flash .side ul li .name {
  position: relative;
  z-index: 2;
}

/* .index-flash .side ul li .img {
  width: 2.19rem;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  background: center no-repeat;
  background-size: cover;
} */

.index-flash .side ul li.on {
  z-index: 2;
}

.index-flash .side ul li.on:after {
  opacity: 1;
  left: -36px;
}

.index-flash .side ul li.on .time {
  color: #fff;
}

.index-flash .side ul li.on .name {
  color: #fff;
}

.index-recommend {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.index-recommend .wal2 {
  min-height: 5.37rem;
  position: relative;
}

.index-recommend .title {
  padding: .68rem 0 .38rem 0;
}

.index-recommend .title h2 {
  line-height: 1em;
  font-size: .26rem;
  color: #000;
  padding-right: .2rem;
  border-right: #C3C3C3 solid 1px;
  margin-right: .17rem;
}

.index-recommend .title a.more {
  font-size: .12rem;
  color: #ADADAD;
}

.index-recommend .title a.more:hover {
  color: #791CB5;
}

.index-recommend .arrow {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: 0.6rem;
  bottom: auto;
}

.index-recommend .arrow a {
  margin-left: .47rem;
  width: .41rem;
  height: .41rem;
  border: #e5d2f0 solid 1px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

.index-recommend .arrow a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: .28rem;
  background: center no-repeat;
  background-size: 100%;
}

.index-recommend .arrow a.prev:before {
  background-image: url("../image/prev28.png");
  right: -.08rem;
}

.index-recommend .arrow a.next:before {
  background-image: url("../image/next28.png");
  left: -.08rem;
}

.index-recommend .arrow a:hover {
  border-color: #791CB5;
}

.index-recommend .list {
  width: 32.66rem;
  overflow: hidden;
  position: relative;
}

.index-recommend .list dd {
  padding-right: .33rem;
  width: 25%;
}

.index-recommend .list dd a {
  display: block;
  position: relative;
  min-height: 4.05rem;
}

.index-recommend .list dd a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: .58rem;
  width: .39rem;
  height: 1px;
  background: #791CB5;
}

.index-recommend .list dd a .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.index-recommend .list dd a .img img {
  width: 100%;
}

.index-recommend .list dd a .name {
  font-size: .17rem;
  line-height: .26rem;
  font-weight: bold;
  color: #524A64;
  padding: .22rem 0;
}

.index-recommend .list dd a:hover .img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.nDate {
  width: 50px;
  padding-top: 6px;
  float: left;
  line-height: 26px;
  text-align: center;
}

.nDate strong {
  height: 29px;
  line-height: 29px;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  color: #5c5c5c;
  font-weight: normal;
}

.nDate i {
  height: 29px;
  line-height: 29px;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  color: #5c5c5c;
  display: block;
  font-style: normal;
}

.index-flash .side ul li.on .nDate strong,
.index-flash .side ul li.on .nDate i {
  color: #fff;
}

.index-flash .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.8;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: -webkit-gradient(linear, 0 60%, 0 100%, from(rgba(0, 0, 0, 0)), to(#121515));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #121515);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #121515);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #121515);
}



@media screen and (max-width:1366px) {
.index-flash .list {
        width: 66;
  }

}



@media screen and (max-width:1180px) {
.index-flash .list{
  width: 100%
}
.ulIns ul li{
      padding: 4px 1.2%;
}
}

@media screen and (max-width:991px) {
.rowwrap .sideTit {
  width: 100%;
  position: static;
}
.index-flash .side ul {
  position: static;
  z-index: 1;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
  display: none;
}
.index-flash .side ul li .time {
  height: 2rem;
}
.index-flash .side ul li a{
  padding: 2% 2%;
}
.nDate{
  padding-top: 0;
}
}
